home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
DeliBEEry.swf
/
scripts
/
frame_117
/
PlaceObject2_199_9
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-06
|
263 b
|
11 lines
onClipEvent(enterFrame){
if(this.hitTest(_root.sprite._x,_root.sprite._y,true))
{
_root.sprite.control = false;
_root.sprite.avancex = 0;
_root.sprite.avancey = 0;
_root.sprite.gravedad = 0;
_root.nextFrame();
}
}